home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / System / Datatypes / WarpPNGdt / WarpPNGdt.readme < prev   
Encoding:
Text File  |  2001-05-06  |  1.8 KB  |  67 lines

  1. Short:    PNG image datatype V44.17 (68k,WarpOS,MorphOS)
  2. Author:   oliver@futaura.co.uk (Oliver Roberts)
  3. Uploader: oliver@futaura.co.uk (Oliver Roberts)
  4. Version:  44.17
  5. Type:     util/dtype
  6. Requires: OS 3.0+,picture.datatype v43
  7.  
  8. Changes since previous release:
  9.  
  10.  - Updated with libpng 1.0.11 (this should have been in yesterday's
  11.    update - blame my ISP's webcache :).
  12.  
  13.  
  14. FEATURES
  15.  
  16.  - Supports both normal and interlaced PNG files
  17.  
  18.  - Gamma correction options allow the output image to be changed to
  19.    suit your monitor/environment
  20.  
  21.  - Highly optimized datatype dispatch engine, and fast PNG decoder,
  22.    resulting in a very efficient, compact and quick PNG datatype
  23.  
  24.  - Asynchronous file i/o and double buffering techniques (WarpOS only),
  25.    which speeds up image decoding
  26.  
  27.  - Optimized versions for 68020, 030, 040 and 060
  28.  
  29.  - PowerPC support with native WarpOS and native MorphOS versions
  30.  
  31.  - Alter the pen allocation precision when images are remapped to an
  32.    8-bit display
  33.  
  34.  - Specific support for the OS 3.5/3.9 picture.datatype, when available
  35.  
  36.  - The dithering feature of the OS 3.5/3.9 picture.datatype can be
  37.    configured to your liking (e.g. disabled for 15/16-bit displays)
  38.  
  39.  - Based on libpng 1.0.11 and zlib 1.1.3
  40.  
  41.  
  42. REQUIREMENTS
  43.  
  44. WarpPNG is a PNG datatype which utilizes and requires the following:
  45.  
  46.  - Kickstart 3.0 or higher
  47.  - picture.datatype v43 or higher
  48.    (i.e. either of the ones supplied with AmigaOS 3.5/3.9, P96 or CGraphX)
  49.  
  50.  68k version
  51.  
  52.  - 68020 processor or higher (optimized versions included)
  53.  
  54.  WarpOS version
  55.  
  56.  - PPC accelerator card + 68040/060
  57.  - WarpUp Release 4 (powerpc.library V15) or higher
  58.  
  59.  MorphOS version
  60.  
  61.  - PPC accelerator card
  62.  - MorphOS beta release 1 or higher
  63.  
  64. Note that a graphics card is not necessary - the P96 or OS 3.5/3.9
  65. picture.datatype will automatically dither images down to your display
  66. requirements.
  67.